widget: Remove unused draw_internal prototype
authorTimm Bäder <mail@baedert.org>
Mon, 21 Aug 2017 10:40:41 +0000 (12:40 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 23 Aug 2017 09:05:36 +0000 (11:05 +0200)
commit8e0ed691e3788bd718259b8f88130edaa1aae407
treed8bdca139084cc71b741f751ce8f8b28cf6a4f6b
parent82f20efc2c3db9ce9e80269924d24b7c4a3b4394
widget: Remove unused draw_internal prototype

gtk_widget_draw_internal is now only used inside gtkwidget.c, so remove
the prototype from gtkwidgetprivate.h. And since all incovacations call
it with clip_to_size=TRUE, remove that parameter.
gtk/gtkwidget.c
gtk/gtkwidgetprivate.h